home *** CD-ROM | disk | FTP | other *** search
- global listMTH, gWaitNextAns
-
- on WrongAns
- if gWaitNextAns = 1 then
- exit
- end if
- set the castNum of sprite 48 to 50
- updateStage()
- set gWaitNextAns to 1
- end
-
- on Ans1
- if gWaitNextAns = 1 then
- exit
- end if
- set the castNum of sprite 2 to cast getAt(listMTH, 4)
- set the castNum of sprite 3 to cast getAt(listMTH, 5)
- updateStage()
- set gWaitNextAns to 1
- end
-
- on Ans2
- if gWaitNextAns = 1 then
- exit
- end if
- set the castNum of sprite 3 to cast getAt(listMTH, 7)
- updateStage()
- set gWaitNextAns to 0
- end
-
- on Ans3
- if gWaitNextAns = 1 then
- exit
- end if
- set the castNum of sprite 3 to cast getAt(listMTH, 9)
- updateStage()
- set gWaitNextAns to 0
- end
-